org.neo4j.helpers
Class Pair<T1,T2>

java.lang.Object
  extended by org.neo4j.helpers.Pair<T1,T2>

public final class Pair<T1,T2>
extends Object

Utility to handle pairs of objects.


Constructor Summary
Pair(T1 first, T2 other)
           
 
Method Summary
 T1 first()
           
 T2 other()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(T1 first,
            T2 other)
Method Detail

first

public T1 first()

other

public T2 other()


Copyright © 2010 Neo4j. All Rights Reserved.